* progmodes/compile.el (compilation-start): `start-process' must
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 11 Jul 2007 19:38:21 +0000 (19:38 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 11 Jul 2007 19:38:21 +0000 (19:38 +0000)
commit5f5a09799f7f66f91f5af4e000fadae58aefc44e
treeae5da71b3371cf4a93f20e4de7d025f7bca10e73
parentda6e2b16a0e368c1e532e67f78f7d5316bf3ea16
* progmodes/compile.el (compilation-start): `start-process' must
still be redefined when calling `start-process-shell-command'.

* progmodes/gud.el (gud-file-name): When `default-directory' is a
remote file name, prepend its remote part to the filename.
(gud-common-init): When `default-directory' is a remote file name,
make the filename relative to it.
Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
lisp/ChangeLog
lisp/progmodes/compile.el
lisp/progmodes/gud.el